FHIR Bulk Export System API - Implementation Template
Developer guide
This document provides information generated from the DataWeave scripts included in the project, such as function definitions, variable definitions, and data mapping tables.
Module | Description |
---|---|
Util | This module provides utility functions for the application. |
Util
This module provides utility functions for the application.
Source:
./src/main/resources/dwl/Util.dwl
Functions
fun getStatusUrl (message)
Gets the status URL with the provided response message from AWS HealthLake System API.
param
message
is the message from the system API.
return the status URL if found or null if not.